ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class / DataBindings Property

In This Topic
    DataBindings Property (C1ChartCore<Tseries,TAnimation,TBinding>)
    In This Topic
    Gets a collection of C1ChartBinding objects that define the relationship between a data item and the chart series it is binding to.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataBindings As System.Collections.Generic.List(Of TBinding)
    public System.Collections.Generic.List<TBinding> DataBindings {get;}
    See Also